From 10f25501f41840c53e11bd44aef85f9c1497a6e9 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 18:39:26 -0500 Subject: [PATCH] docs: fix link to even structures info --- gdk/gdkevents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c index 86ea3570fb..733c8990d2 100644 --- a/gdk/gdkevents.c +++ b/gdk/gdkevents.c @@ -35,7 +35,7 @@ * SECTION:events * @Short_description: Functions for handling events from the window system * @Title: Events - * @See_also: Event Structures + * @See_also: Event Structures * * This section describes functions dealing with events from the window * system. @@ -43,7 +43,7 @@ * In GTK+ applications the events are handled automatically in * gtk_main_do_event() and passed on to the appropriate widgets, so these * functions are rarely needed. Though some of the fields in the - * Event Structures are useful. + * Event Structures are useful. */ -- 2.30.2